home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / calldlls / calldlls.frm < prev    next >
Text File  |  1993-04-27  |  17KB  |  547 lines

  1. VERSION 2.00
  2. Begin Form frmCallDlls 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Calling DLL Procedures"
  5.    ClipControls    =   0   'False
  6.    Height          =   2310
  7.    Left            =   900
  8.    LinkTopic       =   "Form1"
  9.    MaxButton       =   0   'False
  10.    ScaleHeight     =   1905
  11.    ScaleWidth      =   5505
  12.    Top             =   1080
  13.    Width           =   5625
  14.    Begin PictureBox picSprite 
  15.       AutoRedraw      =   -1  'True
  16.       AutoSize        =   -1  'True
  17.       Height          =   510
  18.       Left            =   960
  19.       Picture         =   CALLDLLS.FRX:0000
  20.       ScaleHeight     =   32
  21.       ScaleMode       =   3  'Pixel
  22.       ScaleWidth      =   32
  23.       TabIndex        =   25
  24.       Top             =   1920
  25.       Visible         =   0   'False
  26.       Width           =   510
  27.    End
  28.    Begin PictureBox picCopy 
  29.       AutoRedraw      =   -1  'True
  30.       BorderStyle     =   0  'None
  31.       Height          =   495
  32.       Left            =   1680
  33.       ScaleHeight     =   33
  34.       ScaleMode       =   3  'Pixel
  35.       ScaleWidth      =   33
  36.       TabIndex        =   24
  37.       Top             =   1920
  38.       Visible         =   0   'False
  39.       Width           =   495
  40.    End
  41.    Begin PictureBox picMask 
  42.       AutoRedraw      =   -1  'True
  43.       AutoSize        =   -1  'True
  44.       Height          =   510
  45.       Left            =   240
  46.       Picture         =   CALLDLLS.FRX:0302
  47.       ScaleHeight     =   32
  48.       ScaleMode       =   3  'Pixel
  49.       ScaleWidth      =   32
  50.       TabIndex        =   23
  51.       Top             =   1920
  52.       Visible         =   0   'False
  53.       Width           =   510
  54.    End
  55.    Begin CommandButton cmdBitBlt 
  56.       Caption         =   "BitBlt"
  57.       Height          =   495
  58.       Left            =   4680
  59.       TabIndex        =   22
  60.       Top             =   1320
  61.       Width           =   735
  62.    End
  63.    Begin Frame fraInfo 
  64.       Caption         =   "Instructions"
  65.       ClipControls    =   0   'False
  66.       Height          =   1695
  67.       Index           =   0
  68.       Left            =   120
  69.       TabIndex        =   0
  70.       Top             =   120
  71.       Width           =   4455
  72.       Begin Label lblInfo 
  73.          Caption         =   "Click the right mouse button on the icons to the right."
  74.          Height          =   495
  75.          Index           =   1
  76.          Left            =   840
  77.          TabIndex        =   1
  78.          Top             =   480
  79.          Width           =   2415
  80.       End
  81.    End
  82.    Begin Timer tmrBounce 
  83.       Enabled         =   0   'False
  84.       Interval        =   1
  85.       Left            =   4080
  86.       Top             =   1920
  87.    End
  88.    Begin Frame fraInfo 
  89.       Caption         =   "General Info"
  90.       ClipControls    =   0   'False
  91.       Height          =   1695
  92.       Index           =   4
  93.       Left            =   120
  94.       TabIndex        =   13
  95.       Top             =   120
  96.       Visible         =   0   'False
  97.       Width           =   4455
  98.       Begin Label lblInfo 
  99.          Caption         =   "Keyboard:"
  100.          Height          =   435
  101.          Index           =   14
  102.          Left            =   120
  103.          TabIndex        =   17
  104.          Top             =   1080
  105.          Width           =   4230
  106.       End
  107.       Begin Label lblInfo 
  108.          AutoSize        =   -1  'True
  109.          Caption         =   "Language:"
  110.          Height          =   195
  111.          Index           =   13
  112.          Left            =   120
  113.          TabIndex        =   16
  114.          Top             =   840
  115.          Width           =   915
  116.       End
  117.       Begin Label lblInfo 
  118.          AutoSize        =   -1  'True
  119.          Caption         =   "Mouse:"
  120.          Height          =   195
  121.          Index           =   12
  122.          Left            =   120
  123.          TabIndex        =   15
  124.          Top             =   360
  125.          Width           =   630
  126.       End
  127.       Begin Label lblInfo 
  128.          AutoSize        =   -1  'True
  129.          Caption         =   "Network:"
  130.          Height          =   195
  131.          Index           =   11
  132.          Left            =   120
  133.          TabIndex        =   14
  134.          Top             =   600
  135.          Width           =   780
  136.       End
  137.    End
  138.    Begin Frame fraInfo 
  139.       Caption         =   "Operating System"
  140.       ClipControls    =   0   'False
  141.       Height          =   1695
  142.       Index           =   1
  143.       Left            =   120
  144.       TabIndex        =   2
  145.       Top             =   120
  146.       Visible         =   0   'False
  147.       Width           =   4455
  148.       Begin Label lblInfo 
  149.          AutoSize        =   -1  'True
  150.          Caption         =   "(Enhanced mode)"
  151.          Height          =   195
  152.          Index           =   3
  153.          Left            =   360
  154.          TabIndex        =   8
  155.          Top             =   600
  156.          Width           =   1500
  157.       End
  158.       Begin Label lblInfo 
  159.          AutoSize        =   -1  'True
  160.          Caption         =   "Disk Operating System 5.0"
  161.          Height          =   195
  162.          Index           =   4
  163.          Left            =   240
  164.          TabIndex        =   4
  165.          Top             =   960
  166.          Width           =   2265
  167.       End
  168.       Begin Label lblInfo 
  169.          AutoSize        =   -1  'True
  170.          Caption         =   "Microsoft Windows Version 3.1"
  171.          Height          =   195
  172.          Index           =   2
  173.          Left            =   240
  174.          TabIndex        =   3
  175.          Top             =   360
  176.          Width           =   2640
  177.       End
  178.    End
  179.    Begin Frame fraInfo 
  180.       Caption         =   "Processor, Memory, and System Resources"
  181.       ClipControls    =   0   'False
  182.       Height          =   1695
  183.       Index           =   2
  184.       Left            =   120
  185.       TabIndex        =   5
  186.       Top             =   120
  187.       Visible         =   0   'False
  188.       Width           =   4455
  189.       Begin Timer tmrSysInfo 
  190.          Interval        =   1
  191.          Left            =   3840
  192.          Top             =   240
  193.       End
  194.       Begin Shape shpFrame 
  195.          Height          =   255
  196.          Index           =   1
  197.          Left            =   1080
  198.          Top             =   960
  199.          Width           =   3135
  200.       End
  201.       Begin Shape shpBar 
  202.          BackStyle       =   1  'Opaque
  203.          DrawMode        =   7  'Xor Pen
  204.          Height          =   255
  205.          Index           =   1
  206.          Left            =   1080
  207.          Top             =   960
  208.          Width           =   1695
  209.       End
  210.       Begin Shape shpFrame 
  211.          Height          =   255
  212.          Index           =   2
  213.          Left            =   1080
  214.          Top             =   1320
  215.          Width           =   3135
  216.       End
  217.       Begin Shape shpBar 
  218.          BackStyle       =   1  'Opaque
  219.          DrawMode        =   7  'Xor Pen
  220.          Height          =   255
  221.          Index           =   2
  222.          Left            =   1080
  223.          Top             =   1320
  224.          Width           =   1695
  225.       End
  226.       Begin Label lblResInfo 
  227.          Alignment       =   2  'Center
  228.          Caption         =   "user"
  229.          Height          =   255
  230.          Index           =   2
  231.          Left            =   1080
  232.          TabIndex        =   21
  233.          Top             =   1320
  234.          Width           =   3135
  235.       End
  236.       Begin Label lblResInfo 
  237.          Alignment       =   2  'Center
  238.          Caption         =   "gdi"
  239.          Height          =   255
  240.          Index           =   1
  241.          Left            =   1080
  242.          TabIndex        =   20
  243.          Top             =   960
  244.          Width           =   3135
  245.       End
  246.       Begin Label lblR 
  247.          Caption         =   "GDI"
  248.          Height          =   255
  249.          Index           =   1
  250.          Left            =   240
  251.          TabIndex        =   19
  252.          Top             =   960
  253.          Width           =   855
  254.       End
  255.       Begin Label lblR 
  256.          Caption         =   "User"
  257.          Height          =   255
  258.          Index